home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4093 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: wbmt41.wbmt.tudelft.nl!not-for-mail
  2. From: "Marcel Offermans" <marcel@wbmt41.wbmt.tudelft.nl>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga Resource Tracker..?
  5. Date: Sun, 18 Feb 1996 15:01:51 +0100
  6. Organization: Private TCP/IP node
  7. Message-ID: <50077757@wbmt41.wbmt.tudelft.nl>
  8. References: <4g5a8r$f0d@newsstand.cit.cornell.edu>
  9. Reply-To: "M.F.Offermans" <M.F.Offermans@WbMT.TUDelft.NL>
  10. NNTP-Posting-Host: wb617197.wbmt.tudelft.nl
  11. X-NewsReader: IntuiNews 1.3a (7.9.95)
  12.  
  13. Hello Benjamin,
  14.  
  15.  > Is there a program available which will do "resource tracking" for my
  16.  > amiga? I mean it seems reasonable to patch all functions which allocate
  17.  > resources and keep a list of which tasks are associated with them. Then
  18.  > have a program sitting in background which periodically frees up all
  19.  > resources whose tasks no longer exist. This would help with memory leaks
  20.  > and other problems.
  21.  
  22. It would also help you debug your startup-sequence, since you'll be doing a
  23. lot of rebooting if you try this. Some tasks don't free memory for a
  24. reason, you know. Adding resource tracking to programs which don't support
  25. it is a tricky business, and you won't succeed in coming up with an
  26. algorithm that works in all cases.
  27.  
  28. --
  29.      .---------------------------------------------------------------.
  30.      |     \   |    Marcel Offermans -- Amiga Developer    |     \   |
  31.      |  \   \  |   e-mail: M.F.Offermans@WbMT.TUDelft.NL   |  \   \  |
  32.      |   \     |                IRC: Marrs                 |   \     |
  33.      `---------------------------------------------------------------'
  34.  
  35.